home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TGRAPPROPDLG / TGRAPPROPDLG.txt
Encoding:
Text File  |  1997-04-15  |  13.2 KB  |  373 lines

  1. object GrapPropDlg: TGrapPropDlg
  2.   Left = 12
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'Graphic File Property Editor'
  6.   ClientHeight = 317
  7.   ClientWidth = 584
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 489
  19.     Top = 279
  20.     Width = 89
  21.     Height = 30
  22.     Caption = 'Help'
  23.     Glyph.Data = {
  24.       06020000424D0602000000000000760000002800000028000000140000000100
  25.       0400000000009001000000000000000000000000000010000000000000000000
  26.       80000080000000808000800000008000800080800000C0C0C000808080000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  28.       7777777777777777777777777777777777777777777777777777777777777777
  29.       777777777778887777777777777777777777777777777777778AA87777777777
  30.       777777788777777777777777778AA87777777777777777788777777777777777
  31.       78AA87774447777777777788777788877777778878AA87774447777777877788
  32.       777788877777778A8AA877777777777777887887777777777777778AAAA87777
  33.       4487777777888887777788777777778AAAAAA877448777777788888888778877
  34.       7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
  35.       77888888777777887777778AAA8778447784487777888887778877788777778A
  36.       A87774487774447777888877788777788877778A877774487774447777888777
  37.       7887777888777788777777447784487777887777778877788777778777777774
  38.       4444877777877777777888887777777777777777777777777777777777777777
  39.       7777777777777777777777777777777777777777777777777777777777777777
  40.       77777777777777777777}
  41.     NumGlyphs = 2
  42.     OnClick = SpeedButton1Click
  43.   end
  44.   object Button2: TButton
  45.     Left = 304
  46.     Top = 279
  47.     Width = 89
  48.     Height = 30
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 397
  57.     Top = 279
  58.     Width = 89
  59.     Height = 30
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object GroupBox1: TGroupBox
  66.     Left = 8
  67.     Top = 8
  68.     Width = 393
  69.     Height = 265
  70.     Caption = 'File Selection'
  71.     TabOrder = 2
  72.     object Label1: TLabel
  73.       Left = 16
  74.       Top = 24
  75.       Width = 129
  76.       Height = 16
  77.       AutoSize = False
  78.       Caption = 'File &name:'
  79.     end
  80.     object Label2: TLabel
  81.       Left = 16
  82.       Top = 208
  83.       Width = 177
  84.       Height = 16
  85.       AutoSize = False
  86.       Caption = 'List files of &type:'
  87.     end
  88.     object Label3: TLabel
  89.       Left = 208
  90.       Top = 24
  91.       Width = 153
  92.       Height = 16
  93.       AutoSize = False
  94.       Caption = '&Folders:'
  95.     end
  96.     object DirLabel: TLabel
  97.       Left = 208
  98.       Top = 49
  99.       Width = 177
  100.       Height = 16
  101.       AutoSize = False
  102.       Caption = 'd:\source~1\smarta~1'
  103.     end
  104.     object Label4: TLabel
  105.       Left = 208
  106.       Top = 208
  107.       Width = 161
  108.       Height = 16
  109.       AutoSize = False
  110.       Caption = 'Dri&ves:'
  111.     end
  112.     object Edit1: TEdit
  113.       Left = 16
  114.       Top = 45
  115.       Width = 176
  116.       Height = 24
  117.       Font.Color = clWindowText
  118.       Font.Height = -13
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       TabOrder = 0
  123.       Text = '*.WMF;*.BMP'
  124.     end
  125.     object FileListBox1: TFileListBox
  126.       Left = 16
  127.       Top = 76
  128.       Width = 175
  129.       Height = 125
  130.       FileEdit = Edit1
  131.       Font.Color = clWindowText
  132.       Font.Height = -13
  133.       Font.Name = 'MS Sans Serif'
  134.       Font.Style = []
  135.       ItemHeight = 16
  136.       Mask = '*.WMF;*.BMP'
  137.       ParentFont = False
  138.       TabOrder = 1
  139.       OnChange = FileListBox1Change
  140.     end
  141.     object FilterComboBox1: TFilterComboBox
  142.       Left = 16
  143.       Top = 227
  144.       Width = 173
  145.       Height = 24
  146.       FileList = FileListBox1
  147.       Filter = 
  148.         'Graphic Files|*.WMF;*.BMP|Metafiles (*.WMF)|*.WMF|Bitmaps (*.BMP' +
  149.         ')|*.BMP|All files (*.*)|*.*'
  150.       Font.Color = clWindowText
  151.       Font.Height = -13
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 2
  156.     end
  157.     object DirectoryListBox1: TDirectoryListBox
  158.       Left = 208
  159.       Top = 76
  160.       Width = 177
  161.       Height = 125
  162.       DirLabel = DirLabel
  163.       FileList = FileListBox1
  164.       Font.Color = clWindowText
  165.       Font.Height = -13
  166.       Font.Name = 'MS Sans Serif'
  167.       Font.Style = []
  168.       ItemHeight = 16
  169.       ParentFont = False
  170.       TabOrder = 3
  171.     end
  172.     object DriveComboBox1: TDriveComboBox
  173.       Left = 208
  174.       Top = 227
  175.       Width = 177
  176.       Height = 22
  177.       DirList = DirectoryListBox1
  178.       Font.Color = clWindowText
  179.       Font.Height = -13
  180.       Font.Name = 'MS Sans Serif'
  181.       Font.Style = []
  182.       ParentFont = False
  183.       TabOrder = 4
  184.     end
  185.   end
  186.   object GroupBox2: TGroupBox
  187.     Left = 408
  188.     Top = 8
  189.     Width = 170
  190.     Height = 265
  191.     Caption = 'Preview'
  192.     TabOrder = 3
  193.     object SizeLabel: TLabel
  194.       Left = 8
  195.       Top = 160
  196.       Width = 153
  197.       Height = 17
  198.       AutoSize = False
  199.       Caption = 'Size:'
  200.     end
  201.     object Panel1: TPanel
  202.       Left = 8
  203.       Top = 24
  204.       Width = 153
  205.       Height = 129
  206.       BevelOuter = bvLowered
  207.       BorderWidth = 3
  208.       TabOrder = 0
  209.       object Image1: TImage
  210.         Left = 4
  211.         Top = 4
  212.         Width = 145
  213.         Height = 121
  214.         Align = alClient
  215.         Stretch = True
  216.       end
  217.     end
  218.     object EnablePreview: TCheckBox
  219.       Left = 13
  220.       Top = 208
  221.       Width = 148
  222.       Height = 17
  223.       Caption = '&Enable Preview'
  224.       State = cbChecked
  225.       TabOrder = 1
  226.     end
  227.     object ScalePreview: TCheckBox
  228.       Left = 13
  229.       Top = 230
  230.       Width = 148
  231.       Height = 17
  232.       Caption = '&Scale Preview'
  233.       State = cbChecked
  234.       TabOrder = 2
  235.       OnClick = FileListBox1Change
  236.     end
  237.   end
  238.   object ODSHelp1: TODSHelp
  239.     HelpText.Strings = (
  240.       'Button2'
  241.       'Button3'
  242.       'DirectoryListBox1'
  243.       'DirLabel'
  244.       'DriveComboBox1'
  245.       'Edit1'
  246.       'EnablePreview'
  247.       'FileListBox1'
  248.       'FilterComboBox1'
  249.       'GroupBox1'
  250.       'GroupBox2'
  251.       'Image1'
  252.       'Label1'
  253.       'Label2'
  254.       'Label3'
  255.       'Label4'
  256.       'ODSHelp1'
  257.       'Panel1'
  258.       'ScalePreview'
  259.       'SizeLabel'
  260.       'SpeedButton1')
  261.     HelpText.HelpData = {
  262.       150001000000000100000000010000000001000000000100000F015468697320
  263.       6C6973747320746865206469726563746F72696573206F6E2074686520637572
  264.       72656E746C792073656C6563746564204469736B2044726976652E20546F2073
  265.       656C656374206120646966666572656E74206469726563746F72792C20202264
  266.       6F75626C6520636C69636B2220746865206D6F757365206F6E20746865206469
  267.       726563746F72792072657175697265642E200D0A0D0A22446F75626C6520636C
  268.       69636B696E672220616C736F2077696C6C206F70656E206F7220636C6F736520
  269.       61206469726563746F727920747265652C20616C6C6F77696E67207468652064
  270.       69726563746F72792073747275637475726520746F2062652066756C6C79206E
  271.       61766967617465642E0001010000000100009F00546869732022726561642D6F
  272.       6E6C7922206669656C642C20646973706C617920746865206E616D65206F6620
  273.       7468652063757272656E746C792073656C6563746564206469726563746F7279
  274.       2E20546F206368616E676520746865206469726563746F72792073656C656374
  275.       65642C2075736520746865204469726563746F7279204C6973742077696E646F
  276.       772062656C6F7720746865206669656C642E0001010000000100002601546869
  277.       73206669656C6420616C6C6F7773207468652073656C656374696F6E206F6620
  278.       746865204469736B20447269766520726571756972656420746F206265207370
  279.       656369666965642E204368616E67696E6720746F206120646966666572656E74
  280.       2064726976652077696C6C20616C6C6F77207468652066696C65732068656C64
  281.       206F6E207468617420647269766520746F206265636F6D6520656C696769626C
  282.       6520666F722073656C656374696F6E2E0D0A0D0A546F206368616E6765207468
  283.       652064726976652073656C65637465642C2075736520746865202264726F702D
  284.       646F776E22206172726F7720616E642073656C65637420746865207265717569
  285.       7265642064726976652066726F6D2074686520646973706C61796564206C6973
  286.       742E000101000000010000A50154686973206669656C6420646973706C617973
  287.       207468652063757272656E746C792073656C65637465642066696C652C206F72
  288.       2066696C652066696C74657220696E207573652E0D0A0D0A546F2073656C6563
  289.       7420612066696C6520746F20626520757365642C2065697468657220656E7465
  290.       7220746865206E616D65206F66207468652066696C652C20696E636C7564696E
  291.       6720647269766520616E64206469726563746F72792070617468732069662072
  292.       657175697265642C206F72206275696C64207468652066696C65206E616D6520
  293.       7570206279207573696E67207468652066696C652C206469726563746F727920
  294.       616E642064726976652073656C656374696F6E2077696E646F77732E0D0A0D0A
  295.       546F20696E766F6B65206120646966666572656E742066696C652066696C7465
  296.       722C206569746865722074797065207468652066696C74657220696E20646972
  297.       6563746C7920746F2074686973206669656C64206F72206368616E6765207468
  298.       652066696C746572206279207573696E672074686520224C6973742046696C65
  299.       73206F66205479706522206669656C642E000101000000010000D80154686973
  300.       206F7074696F6E20656E61626C6573207468652070726576696577696E67206F
  301.       66207468652073656C656374656420677261706869632066696C652C20776974
  302.       68696E2074686520507265766965772077696E646F772E205768656E20612066
  303.       696C652069732073656C656374656420627920757365206F6620612073696E67
  304.       6C65206D6F75736520636C69636B206F6E207468652066696C65206E616D652C
  305.       20612070726576696577206F6620746861742066696C652077696C6C20626520
  306.       6C6F616465642066726F6D20746865206469736B20616E642070726576696577
  307.       65642E204966207468652066696C65206973206E6F74206120737570706F7274
  308.       656420677261706869632066696C6520747970652C207468656E206E6F207072
  309.       657669657720696D6167652077696C6C20626520646973706C617965642E0D0A
  310.       0D0A546865206F7074696F6E2063616E20626520656E61626C6564206F722064
  311.       697361626C656420627920636C69636B696E6720746865206D6F757365206F6E
  312.       206974927320636865636B20626F782E20546865206F7074696F6E2069732065
  313.       6E61626C6564207768656E206120636865636B206D61726B2069732076697369
  314.       626C652077697468696E2074686520626F782E000101000000010000E5005468
  315.       6973206C69737473207468652066696C65732077697468696E20746865206375
  316.       7272656E746C792073656C6563746564206469726563746F7279207468617420
  317.       6D61746368207468652066696C652066696C7465722063757272656E746C7920
  318.       696E206566666563742E20546F2073656C65637420612066696C652066726F6D
  319.       2074686973206C6973742C2065697468657220686967686C6967687420746865
  320.       2066696C6520616E6420707265737320656E7465722C206F722073696D706C79
  321.       20636C69636B206F6E207468652066696C65207769746820746865206D6F7573
  322.       652E000101000000010000520154686973206669656C6420616C6C6F77732074
  323.       68652066696C657320646973706C617965642077697468696E20746865206669
  324.       6C65206C6973742077696E646F7720746F2062652066696C746572656420746F
  325.       2073686F77206F6E6C79206365727461696E2066696C652074797065732E0D0A
  326.       0D0A546F206368616E6765207468652066696C7465722063757272656E746C79
  327.       20696E206566666563742C2075736520746865202264726F7020646F776E2220
  328.       6172726F7720616E642073656C65637420616E6F746865722066696C74657220
  329.       66726F6D2074686520646973706C61796564206C6973742E20546F2075736520
  330.       612066696C746572206E6F7420737570706F7274656420627920746869732066
  331.       69656C642C2073696D706C6520656E746572207468652066696C746572207265
  332.       71756972656420746F207468652046696C65204E616D65206669656C642E0001
  333.       0100000001000000000100000000010000000001000000000100000000010000
  334.       0000010000000001000000000100000000010000000001000000000100000000
  335.       0100000000010000000001000000000100000000010000330154686973206973
  336.       2074686520496D61676520507265766965772077696E646F772E205468697320
  337.       77696E646F772077696C6C20646973706C61792061207072657669657720696D
  338.       616765206F66207468652063757272656E746C792073656C6563746564206772
  339.       61706869632066696C652E0D0A0D0A4279206D616B696E6720757365206F6620
  340.       7468697320666163696C6974792C2069742069732065617369657220746F2062
  341.       726F777365207468726F756768206120636F6C6C656374696F6E206F66206772
  342.       61706869632066696C657320746F2066696E642074686520696D616765207265
  343.       7175697265642C206173206561636820696D6167652063616E20626520707265
  344.       766965776564206265666F7265206C6F6164696E6720746F2074686520506167
  345.       652044657369676E65722E000101000000010000660154686973206F7074696F
  346.       6E20656E61626C657320616E7920707265766965776564206772617068696320
  347.       696D6167652C20746F206265207363616C656420746F20666974207468652073
  348.       697A65206F662074686520707265766965772077696E646F772E204966206120
  349.       6C6172676520696D6167652069732073656C656374656420616E642074686973
  350.       206F7074696F6E2069732064697361626C65642C207468656E206F6E6C792061
  351.       20706F7274696F6E206F662074686520696D6167652077696C6C206265207669
  352.       7369626C652E0D0A0D0A546865206F7074696F6E2063616E20626520656E6162
  353.       6C6564206F722064697361626C656420627920636C69636B696E672074686520
  354.       6D6F757365206F6E206974927320636865636B20626F782E20546865206F7074
  355.       696F6E20697320656E61626C6564207768656E206120636865636B206D61726B
  356.       2069732076697369626C652077697468696E2074686520626F782E0001010000
  357.       000100006B0054686973202272656164206F6E6C7922206669656C642070726F
  358.       766964657320616E20696E6469636174696F6E206F66207468652073697A6520
  359.       6F66207468652063757272656E746C7920707265766965772066696C652C2069
  360.       6E2073637265656E20706978656C732E00010100000001000000000100000000}
  361.     Color = 15269887
  362.     Font.Color = clWindowText
  363.     Font.Height = -11
  364.     Font.Name = 'MS Sans Serif'
  365.     Font.Style = []
  366.     ParentFont = True
  367.     MaxWidth = 300
  368.     MoreText = 'More Information...'
  369.     Left = 8
  370.     Top = 280
  371.   end
  372. end
  373.